home *** CD-ROM | disk | FTP | other *** search
/ Softwarová Záchrana 3 / Softwarova-zachrana-3.bin / FreeRAM XP / FreeRAM XP Pro 1.40.exe / 0 / RCDATA / TFORM6 / TFORM6.txt < prev   
Text File  |  2003-11-30  |  4KB  |  151 lines

  1. object Form6: TForm6
  2.   Left = 546
  3.   Top = 592
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Proceed with automatically freeing RAM now?'
  7.   ClientHeight = 185
  8.   ClientWidth = 420
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   Icon.Data = {<image000.ico>}
  16.   OldCreateOrder = False
  17.   Position = poScreenCenter
  18.   ShowHint = True
  19.   OnClose = FormClose
  20.   OnShow = FormShow
  21.   PixelsPerInch = 96
  22.   TextHeight = 13
  23.   object Image1: TImage
  24.     Left = 9
  25.     Top = 7
  26.     Width = 40
  27.     Height = 37
  28.     Hint = 
  29.       'This option specifies if FreeRAM XP will always ask before autom' +
  30.       'atically freeing memory. This can also be changed in the Setting' +
  31.       's window.'
  32.     AutoSize = True
  33.     Picture.Data = {<image001.bmp>}
  34.     Transparent = True
  35.   end
  36.   object StaticText1: TStaticText
  37.     Left = 59
  38.     Top = 7
  39.     Width = 329
  40.     Height = 33
  41.     Hint = 
  42.       'This option specifies if FreeRAM XP will always ask before autom' +
  43.       'atically freeing memory. This can also be changed in the Setting' +
  44.       's window.'
  45.     AutoSize = False
  46.     Caption = 
  47.       'FreeRAM XP has been configured to begin automatically freeing yo' +
  48.       'ur computer'#39's memory now.'
  49.     Font.Charset = DEFAULT_CHARSET
  50.     Font.Color = clWindowText
  51.     Font.Height = -11
  52.     Font.Name = 'MS Sans Serif'
  53.     Font.Style = [fsBold]
  54.     ParentFont = False
  55.     TabOrder = 0
  56.   end
  57.   object StaticText2: TStaticText
  58.     Left = 59
  59.     Top = 39
  60.     Width = 345
  61.     Height = 25
  62.     Hint = 
  63.       'This option specifies if FreeRAM XP will always ask before autom' +
  64.       'atically freeing memory. This can also be changed in the Setting' +
  65.       's window.'
  66.     AutoSize = False
  67.     Caption = 
  68.       'If you would like to continue with this operation, press OK. You' +
  69.       ' may want to save your work before continuing.'
  70.     TabOrder = 1
  71.   end
  72.   object StaticText3: TStaticText
  73.     Left = 59
  74.     Top = 71
  75.     Width = 345
  76.     Height = 17
  77.     Hint = 
  78.       'This option specifies if FreeRAM XP will always ask before autom' +
  79.       'atically freeing memory. This can also be changed in the Setting' +
  80.       's window.'
  81.     AutoSize = False
  82.     Caption = 'To cancel this operation, click Cancel.'
  83.     TabOrder = 2
  84.   end
  85.   object StaticText4: TStaticText
  86.     Left = 59
  87.     Top = 89
  88.     Width = 345
  89.     Height = 31
  90.     Hint = 
  91.       'This option specifies if FreeRAM XP will always ask before autom' +
  92.       'atically freeing memory. This can also be changed in the Setting' +
  93.       's window.'
  94.     AutoSize = False
  95.     Caption = 
  96.       'To disable automatic freeing or change when and how FreeRAM XP a' +
  97.       'utomatically frees RAM, please go to the Settings window.'
  98.     TabOrder = 3
  99.   end
  100.   object Button1: TButton
  101.     Left = 81
  102.     Top = 129
  103.     Width = 81
  104.     Height = 25
  105.     Hint = 'Click to begin automatically freeing memory.'
  106.     Caption = '&OK'
  107.     Default = True
  108.     TabOrder = 4
  109.     OnClick = Button1Click
  110.   end
  111.   object Button2: TButton
  112.     Left = 169
  113.     Top = 129
  114.     Width = 81
  115.     Height = 25
  116.     Hint = 'Click to cancel automatically freeing memory this time.'
  117.     Cancel = True
  118.     Caption = '&Cancel'
  119.     TabOrder = 5
  120.     OnClick = Button2Click
  121.   end
  122.   object CheckBox1: TCheckBox
  123.     Left = 18
  124.     Top = 160
  125.     Width = 401
  126.     Height = 17
  127.     Hint = 
  128.       'This option specifies if FreeRAM XP will always ask before autom' +
  129.       'atically freeing memory. This can also be changed in the Setting' +
  130.       's window.'
  131.     Caption = '&Always ask before automatically freeing memory'
  132.     Checked = True
  133.     State = cbChecked
  134.     TabOrder = 6
  135.     OnClick = CheckBox1Click
  136.   end
  137.   object Button3: TButton
  138.     Left = 257
  139.     Top = 129
  140.     Width = 81
  141.     Height = 25
  142.     Hint = 
  143.       'This option specifies if FreeRAM XP will always ask before autom' +
  144.       'atically freeing memory. This can also be changed in the Setting' +
  145.       's window.'
  146.     Caption = 'S&ettings'
  147.     TabOrder = 7
  148.     OnClick = Button3Click
  149.   end
  150. end
  151.